home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Almathera Ten Pack 3: CDPD 3
/
Almathera Ten on Ten - Disc 3: CDPD3.iso
/
scope
/
151-175
/
scopedisk161
/
curses
/
history
< prev
next >
Wrap
Text File
|
1995-03-19
|
1KB
|
47 lines
AMIGA CURSES PACKAGE
====================
Author: Simon J Raybould. sie@fulcrum.bt.co.uk
Updates from V1.00 to V1.10
===========================
Bugs Fixed
----------
1. calling wrefresh() and other such functions with an uninitialised
pointer caused the machine to hang up.
2. Fixed bugs in box() routine, including cursor position after
drawing a box.
3. Fixed all of the mvwxxxx() routines such as mvwaddch(), mvwaddstr,
e.t.c. These were previously doing the move part of the instruction
in stdscr instead of the specified window.
Changes Made
------------
1. Now distributed with two libraries, one with full 32 bit addressing
for large programs, and one without for smaller code.
2. Changed the advised line to blink in the examples. Now includes
curses.lib before the other libraries.
3. Added more examples.
4. Corrected newwin/subwin control/refreshing to be more like UNIX.
5. Added nocrmode().
6. Altered the header file to fix the mvwxxxx() bugs mentioned above.
7. Added mvwin().
8. Added full keyboard support including Function keys and Cursor keys.
9. Made keypad() switch the ANSI mapping off when set to TRUE.